Fix bug #10284 with renaming a directory on MS-Windows.
authorLynX <_LynX@bk.ru>
Sat, 7 Jan 2012 09:50:57 +0000 (11:50 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Jan 2012 09:50:57 +0000 (11:50 +0200)
commit3a1a20dafbd6bbd489baccda842e12186def357e
tree39acf9f2f437e5a0933141b3ff5e495a39c02e6e
parentbafa501675e2b0890284339ac317814f261341a0
Fix bug #10284 with renaming a directory on MS-Windows.

 src/w32.c (sys_rename): Report EXDEV when rename of a directory
 fails because the target is on another logical disk.  (Bug#10284)
src/ChangeLog
src/w32.c